Eplan Platform API
Eplan.EplApi.DataModel Namespace / Group Class / RemoveSubPlacements Method / RemoveSubPlacements(Placement[]) Method

In This Topic
RemoveSubPlacements(Placement[]) Method
In This Topic
Remove Placements from the group and from the project. The Placement objects passed into this method are no longer valid.
Syntax
public virtual void RemoveSubPlacements( 
   Placement[] placements
)

Parameters

placements
Remarks
This method doesn't make sense for class "SymbolVariant" and "DimensionGroup". It always throws ForbiddenOperationException for class "SymbolVariant" and "DimensionGroup".
See Also